* {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    margin: 0 auto;
    font: 14px/1.5 '微软雅黑';
    color: #333;
    overflow-x: hidden;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #333;
}

i {
    font-style: normal;
}

button, input, textarea, hr {
    border: none;
}

.clear {
    clear: both;
}

table {
    border-collapse: collapse;
    max-width: 100%;
}

table td {
    border-collapse: collapse;
}

input:focus ,button,textarea{
    outline: none;
}
img{
    border:none;
}
.main{
    width:1200px;
    margin:0 auto;
}
.flex-space-between{
    display: flex;
    justify-content: space-between;
}
.flex-start{
    display: flex;
    justify-content: start;
}
.flex-center{
    display: flex;
    justify-content: center;
}
.flex-end{
    display: flex;
    justify-content: end;
}
.flex-flexend{
    display: flex;
    justify-content: flex-end;
}



.header{
    width:100%;
    height: 100px;
    display: block;
    background:#dc082b;
    position: relative;
    z-index:9999;
}
.header .main{
    position: relative;
    z-index:1;
}
.header .header-bg{
    margin:0 auto;
    width: 273px;
    height: 116px;
    position: absolute;
    top:0;
    right:20px;
    z-index:0;
}
.header{
    position: fixed;
    top:0;
    background: none;
    border-bottom: 1px solid #fff;
    background: rgba(255,255,255,0.9);
}
.header.no-trans{
    background: #fff !important;
}
.header .header-bg{
    display: none;
}
.header .header-bg img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.header-logo{
    width:220px;
    height: 60px;
    flex-grow: 0;
    margin:20px 0;
    display: block;
}
.header-logo img{
    width:100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.header-right{
    flex-grow: 1;
    display: block;
}
.header-right-contact{
    width:auto;
    float: right;
    margin:13px 0 10px;
    color:#fff;
}
.header-right-contact p,.header-right-contact label,.header-right-contact a{
    flex-grow: 0;
    display: block;
}
.header-right-contact p{
    height: 33px;
    line-height: 33px;
    position: relative;
    background: url("../images/top_tel.png") center left no-repeat;
    padding-left:40px;
    background-size: contain;
}
.header-right-contact p span{
    line-height: 33px;
    font-size:18px;
    color:#505556;
    display: block;
}
.header-right-contact .language-btn span,.header-right-contact .language-btn .language-list span{
    font-size:14px;
    color:#505556;
    line-height: 20px;
    display: block;
    padding:0 8px;
}
.header-right-contact p i{
    width:10px;
    height: 10px;
    background:#232323;
    display: block;
    transform:rotate(9deg);
    -ms-transform:rotate(45deg); /* Internet Explorer */
    -moz-transform:rotate(45deg); /* Firefox */
    -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
    -o-transform:rotate(45deg); /* Opera */
    position: absolute;
    right:-3px;
    top:5px;
}
.header-right-contact h4{
    font-size:24px;
    color:#dc082b;
    line-height: 33px;
    margin:0 20px 0 0;
    display: inline-block;
    font-weight: normal;
}
.header-right-contact .language-btn,.header-right-contact .language-btn .language-list{
    height: 20px;
    padding:6px 20px 6px 15px;
    border:1px solid #b0aeb0;
    width:auto;
    border-radius: 5px;
    flex-grow: 0;
    line-height: 20px;
    font-size:14px;
    display: flex;
    justify-content: start;
    background-image:url("../images/top_bottom.png") ;
    background-repeat: no-repeat;
    background-size: 13px auto;
    background-position: 110px 50%;
    position: relative;
    min-width: 97px;
}

.header-right-contact .language-btn img,.header-right-contact .language-btn .language-list a img{
    width:20px;
    height: 20px;
    object-fit: cover;
    border-radius: 100%;
    display: block;
}
.header-right-contact .language{
    width:132px;
    position: absolute;
    z-index:99999;
    box-shadow: 0 5px 5px rgba(0,0,0,0.1);
    top:calc(100% + 2px);
    right:0;
    background: #fff;
    border-radius: 5px;
    display: none;
}
.header-right-contact .language .language-list{
    border: none;
    background: none;
}


.header-right-nav{
    width:100%;
    display: block;
}
.header-right-nav ul li{
    width:auto;
    flex-grow: 0;
    display: block;
    padding-left:70px;
    height: 43px;
}
.header-right-nav ul li a{
    width:100%;
    font-size:16px;
    color:#505556;
    line-height: 30px;
    display: block;
}
.header-right-nav ul li:hover a,.header-right-nav ul li.on a{
    border-bottom:2px solid #dc082b;
}
.header-right-nav ul li:hover dd a,.header-right-nav ul li.on dd a{
    border-bottom: none;
}

/*.header .logo,.header.on .logo-on{
    display: block;
}
.header.on .logo,.header .logo-on{
    display: none;
}*/
.header{

    -webkit-transition-property: background-color;
    -webkit-transition-duration: 1s;
    -webkit-transition-timing-function: ease;
}
.header.on{
    background:#fff;
}
.header.on ul li a,.header.on .header-right-contact h4{
    color:#505556;
}
.header.on ul li:hover a{
    color:#505556;
    border-bottom:2px solid #dc082b;
}
.header.on ul li:hover dd a{
    color:#505556;
    border-bottom: none;
}
.header .sub_nav{
    display: none;
}
.header.on .sub_nav{
    display: block;
}
.sub_nav{
    width:100vw;
    height: 488px;
    background: #fff;
    position: absolute;
    top:100px;
    left:50%;
    transform: translateX(-50%);
    border-top:1px solid #a7aaaa;
    z-index:9999;
}
.sub_nav .sub_nav_left{
    width:50%;
    position: relative;
}
.sub_nav dl{
    width:350px;
    float: right;
    position: relative;
    padding-bottom: 30px;
}
.sub_nav dl dt{
    width:312px;
    line-height: 74px;
    font-size: 20px;
    color:#505556;
    font-weight: bold;
    display: block;
    padding-left:38px;
}
.sub_nav dl dd{
    width:295px;
    display: flex;
    padding:0 17px 0 38px;
    justify-content: space-between;
}
.sub_nav dl dd a{
    flex-grow: 1;
    display: block;
    font-size:16px;
    line-height: 48px;
    color:#505556;
}
.sub_nav dl dd i{
    flex-grow: 0;
    display: block;
    width:8px;
    height: 13px;
    margin-top:17px;
}
.sub_nav dl dd:hover{
    background: #f6f6f6;
}
.sub_nav dl dd a:hover{
    text-decoration: underline;
    border:none !important;
}
.sub_nav_list{
    width:50vw;
    height: 488px;
    position: absolute;
    left:350px;
    right:0;
    top:0;
    bottom:0;
    background: #f6f6f6;
}
.sub_nav_list_main{
    width:350px;
    position: relative;
    top:50%;
    transform: translateY(-50%);
    height:384px;
}
.sub_nav_list_main a{
    width:300px;
    font-size:16px;
    line-height: 48px;
    color:#505556;
    display: block;
    padding:0 10px 0 40px;
}
.sub_nav_list_main a:hover{
    text-decoration: underline;
    background: #e7e7e7;
}

.banner{
    width:100%;
    display: block;
}
.banner .swiper-slide,.banner .swiper-slide a ,.banner .swiper-slide a img{
    width:100%;
    display: block;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.footer{
    width:100%;
    display: block;
    /*border-top:2px solid #dd0f31;*/
    background: #232323;
    padding:20px 0 25px;
}

.footer ul{
    width:1020px;
    flex-grow: 0;
    display: flex;
    justify-content: start;
}
.footer ul li{
    width:204px;
    flex-grow: 0;
    display: block;
}
.footer ul li a{
    width:100%;
    font-size:16px;
    line-height: 24px;
    color:#ddd;
}
.footer ul li dl{
    width:100%;
    margin-top:5px;
    /*border-left:1px solid #dfdfdf;*/
}
.footer ul li dl dd{
    width:100%;
    display: block;
}
.footer ul li dl dd a{
    width:198px;
    /*padding-left:6px;*/
    display: block;
    font-size:14px;
    line-height: 28px;
    color:#fff;
}
.footer ul li dl dd a i{
    width:3px;
    height: 3px;
    border-radius: 50%;
    background: #fff;
    margin:13px 5px 0 0 ;
    float: left;
    display: inline-block;
}
.footer .wechat{
    width:134px;
    flex-grow: 0;
    display: block;
    text-align: center;
    font-size: 16px;
    color:#999;
    line-height: 45px;
}
.footer .wechat img{
    width:134px;
    height: 134px;
    display: block;
}
.copy_right{
    width:100%;
    background: #dc082b;
    color:#fff;
    padding:15px 0 15px;
    text-align: center;
}
.copy_right p{
    font-size:14px;
    line-height: 20px;
}
.copy_right p a{
    color:#fff;
    margin:0 15px;
}

/*  当前位置  */
.location{
    width:100%;
    background: rgba(0,0,0,0.5);
    line-height: 40px;
    font-size:14px;
    color:#fff;
    display: block;
    position: fixed;
    top:100px;
    z-index:999;
}
.location.no-trans{
    background: #232323;
}
.location span{
    height: 40px;
    line-height: 40px;
    display: inline-block;
    padding-right: 25px;
    margin-right: 15px;
    background: url("../images/location.png") right top no-repeat;
}
.location a{
    line-height: 40px;
    display: inline-block;
    color:#fff;
}
.banner img{
    width: 100%;
    display: block;
}

.see-more{
    font-size:14px;
    color:#969696;
    padding:0 15px;
    height: 29px;
    line-height: 29px;
    border:1px solid #bebebe;
    display: inline-block;
    margin-top:19px;
    text-align: center;
}

/*   内页banner   */
.info-banner{
    position: relative;
}
.info-banner p{
    width:1200px;
    font-size:24px;
    color:#fff;
    position: absolute;
    top:calc(50% + 85px);
    left:50%;
    transform: translate(-50%,-50%);
}

/*  分页  */
.page { padding: 25px 0 0; line-height:32px; }
.page a { display:inline-block; margin:0 2px; padding:0 12px; border:1px solid #dddad9; color:#333; font-size:12px;text-align: center;border-radius: 5px;}
.page a:hover,.page .current { border:1px solid #d51212; background:#d51212; color:#fff; }


@media screen and (max-width: 1366px) {
    .main{
        width:960px;
    }
    .header-right-nav ul li{
        padding-left:45px;
    }

    .footer .wechat{
        width:107px;
        min-width: 107px;
    }
    .footer .wechat img{
        width:107px;
        height: 107px;
    }
    .footer .wechat p{
        width:100%;
        text-align: center;
        font-size:14px;
    }
    .footer ul li{
        max-width: 166px;
        margin-right: 45px;
        width:auto;
    }
    .footer ul li dl dd a{
        width:auto;
        font-size:12px;
        line-height: 22px;
    }
    .footer ul li dl{
        margin-top:10px;
    }
    .info-banner p{
        width:960px;
    }
}

.right-popup{
    /*width:70px;*/
    position: fixed;
    top:50%;
    right:0;
    transform: translateY(-50%);
    z-index:999999;
}
.right-popup li{
    width:100%;
    /*height: 70px;*/
    margin-bottom: 5px;
    display: block;
    padding:10px;
    box-sizing: border-box;
    background: #b40000;
    position: relative;
}
.right-popup li img{
    width:30px;
    object-fit: cover;
    display: block;
}
.right-popup li dl{
    min-width: 170px;
    position: absolute;
    right:100%;
    top:50%;
    transform: translateY(-50%);
    background: #b40000;
    min-height: 100%;
    color:#fff;
    padding:10px;
    box-sizing: border-box;
    display: none;
}
.right-popup li dl dd{
    white-space: nowrap;
    position: relative;
    top:50%;
    left:0;
    /*transform: translateY(-50%);*/
    font-size:16px;
    line-height: 30px;
}
.right-popup li dl dd img{
    width:100%;
    object-fit: cover;
    display: block;
}